What do people think of cachedWithin="instance" along the lines of cachedWithin="request"

It’s an interesting idea. Most (like 99.99%) of my CFCs are cached in the application scope; so there’s no functional difference between the “instance” and the “component” for me. I didn’t even realize that the Function cache wasn’t instance specific - that’s good to know.